<p>This is a <strong>very WRONG example.</p></strong> <p>This is a <strong>good example</strong>.</p>
<ul>
    <li>You may include <p>"This is a proper example."</p> here.</li>
    <p><li>This is a WRONG example.</li> No good.</p> <!-- This is because 'li' is expected within 'ul'. -->
</ul>    
                            
<table>
    <tr><th>...</th>...<th>...</th></tr>
    <tr><td>...</td>...<td>...</td></tr>
    ...
    <tr><td>...</td>...<td>...</td></tr>
</table>
                            | First name | Last name | Age | 
|---|---|---|
| Jill | Smith | 50 | 
| Eve | Jackson | 60 | 
| John | Doe | 60 | 
| Name | Age | |
|---|---|---|
| Jill | Smith | 50 | 
| Eve | Jackson | 60 | 
| John | Doe | test | 
<table border="1" width='50%' style='border-collapse: collapse; text-align:center'>